Iteratively execute an aggregation function whose result is given into a destination value.
| Name | Description |
|---|---|
| Reduce<TReduction>(this int, TReduction, Func<TReductionTReduction>) | Iteratively execute an aggregation function whose result is given into a destination value. |
| Reduce<TReduction>(this int, Func<TReductionTReduction>) | Iteratively execute an aggregation function whose result is given into a destination value. |